Use PEPrintControlsShowing to determine if the print controls are displayed in the preview window. Use this function to retrieve the visible print controls and pass back using PEShowPrintControls.
BOOL CRPE_API PEPrintControlsShowing (
short printJob,
BOOL FAR *controlsShowing );
Declare Function PEPrintControlsShowing Lib "crpe32.dll" (
ByVal printJob As Integer, ControlsShowing As Long ) As Integer
function PEPrintControlsShowing (
printJob: Word;
var controlsShowing: Bool
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |